From 5798194b7c5770f1bba4c9057982b084e603e703 Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 7 Jan 2005 01:18:31 +0000 Subject: [PATCH] Fixed dropped NL at END: --- gpsbabel/vcf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/vcf.c b/gpsbabel/vcf.c index 9c4bcaa70..157796527 100644 --- a/gpsbabel/vcf.c +++ b/gpsbabel/vcf.c @@ -92,7 +92,7 @@ vcf_disp(const waypoint *wpt) fprintf(file_out, "\\n\\nHINT:\\n"); vcf_print(wpt->gc_data.hint); - fprintf(file_out, "END:VCARD\n"); + fprintf(file_out, "\nEND:VCARD\n"); } static void -- 2.30.2